#wrapper {
	background-color: #000000;
	height: 1042px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow {
	position: relative;
	width: 960px;
	height: 100px;
}

#slideshow> div {
	position: absolute;
}

nav{
	background-color: #4E717F;
	position: absolute;
	top: 150px;
	height: 55px;
	width: 940px;
	z-index: 1;
}

ul {
	padding:0;
	margin:0;
	list-style-type: none;
	overflow: hidden;
	font: bold 18px, Arial;
}

li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

  a:active {color: #FFFFFF;}
	a:link {color: #67D3FF;}
	a:visited {color: #67D3FF }
	a:hover {color: #67D3FF;}


a {
	text-decoration: none;	
}

li ul {
	position: absolute;
	display: none;
	background-color: #67D3FF;
}

li:hover ul {display: block;
	top: 15px;
}

li li {
	float: none;
}

h1{
  font-size: 72px;
}

section {
	background-color: #67D3FF;
	top: 50px;
	position: absolute;
	height: 835px;
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	margin-right: 0px;
}

.column-one {
	width: 190px;
	height: 690px;
	position: absolute;
	left: 20px;
	top: 100px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: black;
}

.main-text {
	width: 680px;
	height: 600px;
	position: absolute;
	right: 20px;
	top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.thumbnails img {
	border-radius: 15px;
}

footer {
	background-color: #4E717F;
	top: 1000px;
	position: absolute;
	height: 50px;
	width:940px;
}